Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SetChannelSamples32(Int32[],Int32) Method
See Also 
Leadtools.Dicom Namespace > DicomWaveformChannel Class > SetChannelSamples32 Method : SetChannelSamples32(Int32[],Int32) Method



samples
Buffer that holds the new channel sample
count
Size of the channel sample buffer
samples
Buffer that holds the new channel sample
count
Size of the channel sample buffer
Sets 32-bit data for a channel.

Syntax

Visual Basic (Declaration) 
Overloads Public Function SetChannelSamples32( _
   ByVal samples() As Integer, _
   ByVal count As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DicomWaveformChannel
Dim samples() As Integer
Dim count As Integer
Dim value As Integer
 
value = instance.SetChannelSamples32(samples, count)
C# 
public int SetChannelSamples32( 
   int[] samples,
   int count
)
C++/CLI 
public:
int SetChannelSamples32( 
   array<int>^ samples,
   int count
) 

Parameters

samples
Buffer that holds the new channel sample
count
Size of the channel sample buffer

Return Value

The actual number of samples set for the channel.

Example

For an example, refer to DicomDataSet.WaveformGroupCount.

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features